home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / boot / AmyShutDown_sr.lha / ShutDown_cat.h < prev    next >
C/C++ Source or Header  |  1997-06-05  |  892b  |  29 lines

  1. #ifndef ShutDownStrings_CAT_H
  2. #define ShutDownStrings_CAT_H
  3.  
  4. #include <exec/types.h>
  5. #include <libraries/locale.h>
  6.  
  7. /* Prototypes */
  8. extern void OpenAppCatalog(struct Locale *, STRPTR);
  9. extern void CloseAppCatalog(void);
  10. extern char *GetShutDown_SystemString(APTR);
  11.  
  12. /* Definitions */
  13. extern const APTR _MSG_winChoose;
  14. #define MSG_winChoose ((APTR) &_MSG_winChoose)
  15. extern const APTR _MSG_labSelect;
  16. #define MSG_labSelect ((APTR) &_MSG_labSelect)
  17. extern const APTR _MSG_radOptions;
  18. #define MSG_radOptions ((APTR) &_MSG_radOptions)
  19. extern const APTR _MSG_radOptions0;
  20. #define MSG_radOptions0 ((APTR) &_MSG_radOptions0)
  21. extern const APTR _MSG_radOptions1;
  22. #define MSG_radOptions1 ((APTR) &_MSG_radOptions1)
  23. extern const APTR _MSG_butOk;
  24. #define MSG_butOk ((APTR) &_MSG_butOk)
  25. extern const APTR _MSG_butCancel;
  26. #define MSG_butCancel ((APTR) &_MSG_butCancel)
  27.  
  28. #endif /* !ShutDownStrings_CAT_H */
  29.